projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279f3c6
)
; * src/haikuterm.c (haiku_end_cr_clip): Fix trivial typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 4 Feb 2022 12:12:56 +0000
(12:12 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 4 Feb 2022 12:12:56 +0000
(12:12 +0000)
src/haikuterm.c
patch
|
blob
|
history
diff --git
a/src/haikuterm.c
b/src/haikuterm.c
index 5d90acb4434c763e7dfcbef090f5ae5a188609f6..aac9582e6ef415ffaa476569347cf96885aefb2c 100644
(file)
--- a/
src/haikuterm.c
+++ b/
src/haikuterm.c
@@
-3637,7
+3637,7
@@
void
haiku_end_cr_clip (cairo_t *cr)
{
if (!cr)
- return
NULL
;
+ return;
cairo_restore (cr);
}